home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3262 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: harpo.uccs.edu!eclat!srrodewa
  2. From: srrodewa@eclat.uccs.edu (Shelly R. Rodewald)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga doesn`t need Planar!
  5. Date: 9 Feb 1996 21:56:12 GMT
  6. Organization: University of Colorado at Colorado Springs
  7. Distribution: world
  8. Message-ID: <4fgfts$npf@harpo.uccs.edu>
  9. References: <john.hendrikx.4bul@grafix.xs4all.nl>
  10. NNTP-Posting-Host: eclat.uccs.edu
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. The chunky vs. planar wars are very interesting (from a programmer's point
  14. of view), but I feel you guys are missing the point.
  15.  
  16. 1)  Both have thier places, but planar provides memory efficiency.  Try having
  17.     your word-processor a shell (or workbench) a web browser, etc. all with
  18.     graphics memory on chunky.  The Amiga can do this in 1Meg of chip RAM,
  19.     and still have memory left.  (3 planes for wb, 4 for your word processor,
  20.     a single bit plane shell and a 8-plane (256 color) screen for your web
  21.     browser in 640K (640x512 resolution)  in chunkey, (8bits), you need twice
  22.     the RAM (1280K).  RAM is expensive, Many apps do not need the extra
  23.     colors.
  24.  
  25. 2)  Chunky is still very useful, especially for those apps that are going to
  26.     use 256 or more colors anyway.  What we need to do is as AmiTech to make
  27.     the next generation (AAA?) chips capable of both.  It is only the memory
  28.     fetch that is different, the rest of the hardware could remain the same.
  29.     (With a few tricks, the hardware could display 3 bit (or any other number)
  30.     chunky displays.  (They would be a pain to write to, but if you want it...
  31.  
  32.  
  33. I think planar is important because the Amiga *always* is doing multiple
  34. tasks, and the memory is more important.  No other machine can swap screens
  35. like the Amiga, and with a chunky-only display, you limit the number of
  36. screens that you can have open at once.
  37.  
  38.                                      --Shelly
  39.  
  40.